|
Description
<% If myRs.Fields("recipe_image_sml") = "blank" Then %>
<% Else %>
" align="left" hspace="8">
<% End If %>
<%Response.Write myRs.Fields("recipe_description")%>
Ingredients
<%Response.Write myRs.Fields("recipe_ingredients")%>
Method
<%Response.Write myRs.Fields("recipe_method")%>
Back to Recipes
|